home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / PROGRAM / GIFLIB12.ARJ / GIFCLRMP.DOC < prev    next >
Text File  |  1991-05-13  |  1KB  |  39 lines

  1.             GifCrlMp
  2.             --------
  3.  
  4. Program to modify GIF image colormaps. Any specific image in GIF file can
  5. be modified at a time, or the global screen one.
  6.  
  7. Usage:
  8. ------
  9.  
  10.   Usage: GifClrMp [-q] [-s] [-l ColorMapFile] [-g Gamma] [-i Image#] [-h]
  11.                                       GifFile
  12.  
  13.   If no GifFile is given, GifClip will try to read stdin for GIF file.
  14.  
  15. Memory required:
  16. ----------------
  17.  
  18. Line.
  19.  
  20.  
  21. Options:
  22. --------
  23.  
  24. 1. [-q] : quite mode. Default off on MSDOS, on on unix. Controls printout
  25.    of running scan lines. Use -q- to turn off.
  26. 2. [-s] : Select the global screen color map.
  27. 3. [-l ColorMapFile] : load color map from this file instead of select color
  28.    map.
  29. 4. [-g Gamma] : Apply gamma correction to selected color map.
  30. 5. [-i Image#] : Select the i image color map.
  31. 6. [-h] : print one command line help, similar to Usage above.
  32.  
  33. Notes
  34. -----
  35. 1. Default operation is to dump out the selected color map in text format.
  36. 2. The file to load/dump is simply one color map entry per line. Each such
  37.    entry line has four integers: "ColorIndex Red Green Blue", where color
  38.    index is in ascending order starting from 1.
  39.